Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0009170 [DCSS] Bug Report minor always 2014-11-10 13:05 2014-11-10 17:25
Reporter Napkin View Status public  
Assigned To sgrunt
Priority normal Resolution done  
Status resolved   Product Branch 0.16 ancient branch
Summary 0009170: "Unexpected indentation" when creating create PDF/HTML of Wiki REST Manual
Description Hi guys,

I'm getting the following errors from the nightly cronjob to create the HTML & PDF manual from the Wiki REST manual:

/home/services/crawl/temp/manual.rest:600: (ERROR/3) Unexpected indentation.
/home/services/crawl/temp/manual.rest:607: (ERROR/3) Unexpected indentation.
/home/services/crawl/temp/manual.rest:608: (WARNING/2) Block quote ends without a blank line; unexpe
cted unindent.
/home/services/crawl/temp/manual.rest:600: (ERROR/3) Unexpected indentation.
/home/services/crawl/temp/manual.rest:607: (ERROR/3) Unexpected indentation.
/home/services/crawl/temp/manual.rest:608: (WARNING/2) Block quote ends without a blank line; unexpe
cted unindent.


This is what is running in the night:
egrep -v "</?code>" /var/www/crawl.develz.org/htdocs/wiki/data/pages/dcss/manua
l/rest.txt > ${HOME}/temp/manual.rest

echo "Creating HTML file at http://crawl.develz.org/other/manual.html" [^]
echo "- (/var/www/crawl.develz.org/htdocs/other/manual.html)"
rst2html ${HOME}/temp/manual.rest /var/www/crawl.develz.org/htdocs/other/manual.html

echo "Creating TXT file at http://crawl.develz.org/other/manual.txt" [^]
echo "- (/var/www/crawl.develz.org/htdocs/other/manual.txt)"
elinks --no-numbering --no-references -dump http://crawl.develz.org/other/manual.html [^] > /var/www/
crawl.develz.org/htdocs/other/manual.txt

echo "Creating PDF file at http://crawl.develz.org/other/manual.pdf" [^]
echo "- (/var/www/crawl.develz.org/htdocs/other/manual.pdf)"
rst2pdf --compressed -o /var/www/crawl.develz.org/htdocs/other/manual.pdf ${HOME}/temp/manual.rest	
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0027715)
sgrunt (administrator)
2014-11-10 17:25

There were some lists in the reST file that were incorrectly formatted that I have reformatted. See: https://crawl.develz.org/wiki/doku.php?id=dcss:manual:rest&rev=1415329894&do=diff [^]

- Issue History
Date Modified Username Field Change
2014-11-10 13:05 Napkin New Issue
2014-11-10 17:25 sgrunt Note Added: 0027715
2014-11-10 17:25 sgrunt Assigned To => sgrunt
2014-11-10 17:25 sgrunt Status new => resolved
2014-11-10 17:25 sgrunt Resolution open => done
2014-11-10 17:25 sgrunt Fixed in Branch => 0.16 development branch


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker