Category:Oscean: Difference between revisions
Hoof Hearted (talk | contribs) m (Text replacement - "WikiEngineFeatures" to "WikiMatrix wiki engine features") |
Hoof Hearted (talk | contribs) m (Text replacement - "Wiki Engine" to "Wiki engine") |
||
Line 1: | Line 1: | ||
{{Wiki | {{Wiki engine <!--see 'Template:Wiki engine' for full detail and hidden help advice--> | ||
|name = Oscean | |name = Oscean | ||
|URL = https://GitHub.com/XXIIVV/Oscean | |URL = https://GitHub.com/XXIIVV/Oscean | ||
Line 8: | Line 8: | ||
|about URL = https://github.com/XXIIVV/oscean/blob/main/README.md | |about URL = https://github.com/XXIIVV/oscean/blob/main/README.md | ||
|documentation URL= https://github.com/XXIIVV/oscean/tree/main/docs | |documentation URL= https://github.com/XXIIVV/oscean/tree/main/docs | ||
|maintopic = Wiki | |maintopic = Wiki engine<!--leave this as is, it can not be over-ridden--> | ||
|founder = Wiki engine founder<br><small>(founder and CTO, etc)</small><!--founder & other position(s); wikilink if needed; if none, use 'unknown'--> | |founder = Wiki engine founder<br><small>(founder and CTO, etc)</small><!--founder & other position(s); wikilink if needed; if none, use 'unknown'--> | ||
|CEO = Owner and/or CEO<br><small>(owner and/or CEO)</small><!--engine Owner/Chief Executive Officer; wikilink if needed; if none, use 'unknown'--> | |CEO = Owner and/or CEO<br><small>(owner and/or CEO)</small><!--engine Owner/Chief Executive Officer; wikilink if needed; if none, use 'unknown'--> | ||
Line 17: | Line 17: | ||
}}{{Wiki-engine-stub}}<!--use stub template if lacking adequate description, or needing update; remove stub if detailed prose included and up to date--> | }}{{Wiki-engine-stub}}<!--use stub template if lacking adequate description, or needing update; remove stub if detailed prose included and up to date--> | ||
;''Oscean is a flat-file wiki engine. | ;''Oscean is a flat-file wiki engine. | ||
'''Oscean''' is a static {{tag|Wiki | '''Oscean''' is a static {{tag|Wiki engine|wiki engine}} written entirely in {{Wp|Assembly language|assembly}}, designed to be deployed from [https://wiki.xxiivv.com/site/permacomputing.html low-power devices] with no extra dependencies, the site generator itself is assembled with [https://wiki.XXIIVV.com/site/drifblim.html Drifblim], a 1300 bytes assembler written in that same assembly language. | ||
<code>uxncli bin/drifblim.rom src/oscean.tal</code> | <code>uxncli bin/drifblim.rom src/oscean.tal</code> |
Latest revision as of 19:27, 23 November 2022
|
https://Upload.Wikimedia.org/wikipedia/commons/thumb/b/b4/AWB_logo_draft.png/28px-AWB_logo_draft.png This Category:Oscean article or category is a wiki engine 'stub'. If you are familiar with wiki engines (wiki software), you can help by expanding this stub article, thanks. :-)
- Oscean is a flat-file wiki engine.
Oscean is a static wiki engine written entirely in assembly, designed to be deployed from low-power devices with no extra dependencies, the site generator itself is assembled with Drifblim, a 1300 bytes assembler written in that same assembly language.
uxncli bin/drifblim.rom src/oscean.tal
The wiki and related tools are designed to be used offline first, so the content is generally accessed and edited locally, there are no offsite queries for critical resources. Since 2006, this ecosystem has grown into a collection of tools which also includes a time tracker.
The generated files are optimized for screen-readers and terminal browsers, using no javascript, the stylesheet for this entire website is 30 lines long. The entire project was designed with a focus on resilience and longtermism.
- External links
- Uxntal Manual — at XXIIVV