• R/O
  • SSH
  • HTTPS

amb: Source Tree


Name Size Rev. Time Author Log Message
README 2.36 k r218 2022-02-18 23:40:27 mateuszviste characters with special html meaning ...
phpamb.php 6.18 k r218 2022-02-18 23:40:27 mateuszviste characters with special html meaning ...
phpamb.css 933 r108 2020-12-12 07:02:32 mv_fox implemented boring and notice attributes

README

phpamb - an online PHP AMB viewer
Copyright (C) 2020-2022 Mateusz Viste

phpamb is a PHP application that reads an AMB book and processes it dynamically
into a nicely formatted html output.

homepage: http://amb.osdn.io


=== HISTORY ==================================================================

ver 20220218:
 - characters with special html meaning are properly escaped

ver 20220212:
 - fname can point to a directory instead of an amb file
 - when no unicode.map file is present, utf-8 encoding is assumed

ver 20201218:
 - document's title is unicode-converted as well

ver 20201215:
 - links enclosed in <> brackets are properly processed

ver 20201212:
 - implemented AMB 'notice' and 'boring' attributes
 - properly closing any open tag when end of document is reached

ver 20201210:
 - special chars are converted to html entities only when strictly required
 - filenames in title bar are displayed without extension
 - links are built as relative queries (suggested by Jerome Shidel)
 - top title is clickable and directs to index (suggested by Robert Riebisch)
 - in-text URLs are detected and linkified (suggested by Robert Riebisch)
 - implemented unicode.map encoding to output unicode text when possible
 - filenames are processed in a case-insensitive way

ver 20201207:
 - first public release


=== MIT LICENSE ==============================================================

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Show on old repository browser