Renamed baklave to NCR fraction overview page
This commit is contained in:
parent
77ed0a2b9a
commit
79590ff023
2 changed files with 6 additions and 6 deletions
|
|
@ -46,7 +46,7 @@ import org.xml.sax.SAXException;
|
|||
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.kanji.KanjiDict;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.kanji.KanjiDictLiteral;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocPageWriterBaklava;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocPageWriterNCR;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocPageWriterCandy;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocSegmentWriterCake;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocSegmentWriterCakeSlice;
|
||||
|
|
@ -186,7 +186,7 @@ public class FCDocWriter {
|
|||
adc1.addChildConcept(kanjiDocLit);
|
||||
|
||||
doc.addDocPage(FCDocPageWriterCandy.createDocPage());
|
||||
doc.addDocPage(FCDocPageWriterBaklava.createDocPage());
|
||||
doc.addDocPage(FCDocPageWriterNCR.createDocPage());
|
||||
doc.addDocPage(DefaultPageWriterTree.createDocPage());
|
||||
//doc.addDocPage(DefaultPageWriterIndexAll.createDocPage());
|
||||
doc.addDocPage(DefaultPageWriterHelp.createDocPage());
|
||||
|
|
|
|||
|
|
@ -39,18 +39,18 @@ import org.x4o.sax3.SAX3WriterHtml.Tag;
|
|||
import org.x4o.sax3.io.ContentCloseable;
|
||||
|
||||
/**
|
||||
* Cake doc muffin page writer.
|
||||
* Cake doc "New Counting Rods" page writer.
|
||||
*
|
||||
* @author Willem Cazander
|
||||
* @version 1.0 Jan 17, 2025
|
||||
*/
|
||||
public class FCDocPageWriterBaklava implements MaisDocPageWriter, FCDocSegmentWriter {
|
||||
public class FCDocPageWriterNCR implements MaisDocPageWriter, FCDocSegmentWriter {
|
||||
|
||||
public static MaisDocPage createDocPage() {
|
||||
return new MaisDocPage("overview-baklave","Baklava","Overview of all 6 bit baklava NCR1632 fractions.",new FCDocPageWriterBaklava());
|
||||
return new MaisDocPage("overview-ncr","NCR","Overview of all (6 bit) NCR1632 fractions.",new FCDocPageWriterNCR());
|
||||
}
|
||||
|
||||
// TODO: make all symbols href links
|
||||
// TODO: write adult NCR too here
|
||||
|
||||
@Override
|
||||
public void writePageContent(MaisDocWriteEvent<MaisDocPage> e) throws IOException {
|
||||
Loading…
Add table
Add a link
Reference in a new issue