## Version WIP
-- New reader type: TUI (a text user interface with windows and menus)
+- TUI (text with windows and menus) -- not compiled by default (configure.sh)
- A server option to offer stories on the network
- A remote library to get said stories from the network
- Update to latest version of nikiroo-utils
-- New option to download from FimFiction via the new beta API
+- Support for FimFiction.net via the new API
- Cache update (you may want to clear your current cache)
- Bug fixed (moving an unopened book in GUI mode does not fail any more)
PROGS="java javac jar make sed"
CLI=be/nikiroo/fanfix/reader/CliReader
-TUI=be/nikiroo/fanfix/reader/TuiReader
+TUI=
GUI=be/nikiroo/fanfix/reader/GuiReader
JCLI=
-JTUI="-C bin/ jexer"
+JTUI=
JGUI=
valid=true
--cli) #=no Disable CLI support (System.out)
[ "$val" = no -o "$val" = false ] && CLI= && JCLI=
;;
- --tui) #=no Disable TUI support (Jexer)
+ --tui) #=yes Enable TUI support (Jexer, experimental)
[ "$val" = no -o "$val" = false ] && TUI= && JTUI=
+ if [ "$val" = yes -o "$val" = true ]; then
+ TUI=be/nikiroo/fanfix/reader/TuiReader
+ JTUI="-C bin/ jexer"
+ fi
;;
--gui) #=no Disable GUI support (Swing)
[ "$val" = no -o "$val" = false ] && GUI= && JGUI=
LOGIN_FIMFICTION_APIKEY_FORCE_HTML =
# A token is required to use the beta APIv2 from FimFiction (see APIKEY_CLIENT_*)
# (FORMAT: PASSWORD)
-LOGIN_FIMFICTION_APIKEY_TOKEN =
+LOGIN_FIMFICTION_APIKEY_TOKEN = Bearer WnZ5oHlzQoDocv1GcgHfcoqctHkSwL-D