Skip to content

Commit 15cfd48

Browse files
committed
Introduce RawHTML for now (to just generate bib entry).
1 parent ac22e4b commit 15cfd48

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Just emit HTML for an entry without wrapping it around <li>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
entries
2+
emitEntryFooter: anEntry
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
entries
2+
emitEntryHeader: anEntry
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commentStamp" : "2025-07-17T19:00:37.233377+02:00",
3+
"super" : "CZHTMLGenerator",
4+
"category" : "Citezen-Reborn-FormattingVisitors",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "CZRawHTMLGenerator",
10+
"type" : "normal"
11+
}
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
SystemOrganization addCategory: #'Citezen-Reborn'!
2-
SystemOrganization addCategory: #'Citezen-Reborn-Core-Visitor'!
3-
SystemOrganization addCategory: #'Citezen-Reborn-DocModel'!
4-
SystemOrganization addCategory: #'Citezen-Reborn-DocumentBuilder'!
5-
SystemOrganization addCategory: #'Citezen-Reborn-FormattingVisitors'!
6-
SystemOrganization addCategory: #'Citezen-Reborn-Manifest'!
7-
SystemOrganization addCategory: #'Citezen-Reborn-Pillar'!
8-
SystemOrganization addCategory: #'Citezen-Reborn-Tests'!
1+
self packageOrganizer ensurePackage: #'Citezen-Reborn' withTags: #('Core-Visitor' 'DocModel' 'DocumentBuilder' 'FormattingVisitors' 'Manifest' 'Pillar' 'Tests')!

0 commit comments

Comments
 (0)