2
0
Fork 0
Python port of Planète Casio's BBcode translator.
Go to file
Thomas Touhey 0df1699c27
Made the textoutpc.color an independant module: thcolor.
2019-05-08 14:02:46 +02:00
docs Random things, still did not correct the issue. 2019-03-15 22:06:01 +01:00
scripts Having *other* bugs now. 2018-06-21 00:43:03 +02:00
test Random things, still did not correct the issue. 2019-03-15 22:06:01 +01:00
textoutpc Made the textoutpc.color an independant module: thcolor. 2019-05-08 14:02:46 +02:00
.editorconfig Continued. 2018-01-16 13:34:11 +01:00
.gitignore Tiny fixes to docs 2019-02-11 19:26:46 +01:00
.python-version Found a non-functional test. 2019-02-11 17:48:01 +01:00
LICENSE.txt Updated docs and project structure, dumped to 0.1.1 2018-07-27 02:25:38 +02:00
MANIFEST.in Updated docs and project structure, dumped to 0.1.1 2018-07-27 02:25:38 +02:00
Makefile Random things, still did not correct the issue. 2019-03-15 22:06:01 +01:00
Pipfile Made the textoutpc.color an independant module: thcolor. 2019-05-08 14:02:46 +02:00
Pipfile.lock Made the textoutpc.color an independant module: thcolor. 2019-05-08 14:02:46 +02:00
README.rst Started implementing lists with required attributes, doesn't work yet… 2018-11-02 00:19:58 +01:00
setup.cfg Made the textoutpc.color an independant module: thcolor. 2019-05-08 14:02:46 +02:00
setup.py Found a non-functional test. 2019-02-11 17:48:01 +01:00

README.rst

Planète Casio's textout() BBcode markup language translator

This module contains a BBcode to HTML translator for Planète Casio. For more information, read the documentation accessible on the official website.

Warning

If you are accessing this repository from Planète Casio's forge, keep in mind that it is only a mirror and that the real repository is located in my forge for now.

What is left to do

  • Add an [imgurl] tag?
  • Manage lightscript (or even markdown?) as output languages;
  • Check where the errors are to display them to the user:
    • Count character offset, line number and column number in the lexer;
    • Produce readable exceptions;
    • Make a clean interface to transmit them;
  • Check why exceptions on raw tags effectively escape the content, as it shouldn't…?
  • Look for security flaws (we really don't want stored XSS flaws!).
  • Implement match names (such as \[\*+\] for lists).
  • Manage keywords with tags such as [tag key=value other="something else"].