>>57
By HTML escaping, I mean stuff like people typing
<img src="click.my.add.com/?submit=yes"/>,
<script> javascriptPopUpSpam.invoke(); </script>
I see. Then that is output filtering. What Shi
tchan does is <blockquote><p> output </p></blockquote>, to prevent actual <html> to be yield by posters. That is a simple implementation for output function you make. If that did happen on 190chan, it means they were awful programmers. Of course, we need to also filter the input, so that injections not possible, even if that means the POST will use binary/8bit multipart/form-data, which going the be the case, since I wanted SSH, telnet, and nntp uplinks.
but there's still the distinction the server can make in which posters use which methods to perform posts.
Sigh, ok then. A hidden tag per thread recycled every month. No cookie session ID.
Custom command line interfaces can also be done with scripts
Not for SSH and telnet. We/I would have to make an ncurse interface for that. But yeah, there are ton of JQuery scripts out there to make simple UI for web browser users. Here even a sample one:
https://github.com/chjj/tty.js/
Can org-mode be compiled to bbcode?
Sigh, lets make a comparison.
UBBCode, the one and only:
bolded text
italicized text
underlined text
strikethrough text
[url]http://example.org[/url]
[url=http://example.com]Example[/url]
[img]http://example.xxx/images.gif[/img]
[quote]quoted text[/quote]
monospaced text
[size=15]Large Text[/size]
[color=red]Red Text[/color]
[color=#FF0000]Red Text[/color]
[color=FF0000]Red Text[/color]
[list] [*]Entry 1 [*]Entry 2 [/list]
[list] *Entry 1 *Entry 2 [/list] [1]
[table] [tr] [td]table data[/td] [/tr] [/table]
shi
tchan's
BBcode, example provided by:
https://dis.4chan.org/read/prog/1248515378/10
[m]bold
underline
overline
italic
strikethrough
couriour ASCII text [ /m]
ignores all bbcode tags inside it syntax highlighting
spoilers
superscript
subscript
For SJIS art.
quote
multi line quote
Some additional qouted text
nested Multiline qoute
additional nested qoute
Close all escaped > Quotes.
org-mode:
**bold**
_underline_
‾overline‾ or [overline]overline[/overline]
/italic/
+striketrough+
~couriour ASCII text|verbatim~
# comment
#+BEGIN_COMMENT
EVEN more comments which will not show
duh
#+END_COMMENT
Text then some #more commentary
:rem: hides text :rem: (we actually need to make this, along with :style color:/export function, which we can reimplement from the ogr-mode library)
=code=
:spoiler: same as the :rem tag :spoiler:
^{superscript}
_{subsscript}
#+ASCII: my
[aa] code in one line
#+BEGIN_ASCII
ascii block
for multiple lines
#+END_ASCII
#+BEGIN_QUOTE
Quote some thing
maybe another line
#+BEGIN_QUOTE
Then nest it
and append the missing line
#+END_QUOTE
#+END_QUOTE
org-mode's provided UBBCode misign features from shi
tchan:
[[https://address.com][Selectable link]]
[[./internal/image.jpg]]
[[http://external.xxx/image.gif]]
:style color:
:width
:scale
*List
--unordered
+++in no particular manner
1. But these
2. are nevertheless
#+CAPTION: Table caption if any
#+ATTR_HTML: html <table attr="" in :tag format
| good | ascii | tables|
|______+_______+_______|
| yes | they | rule |
| master race for life |
|______+_______+_______|
tl;dr no, as you can see. It has more features, and it is great for SSH and telnet. Unless you want the users to read bbcode on telnet/ssh/nntp.