2016-08-20 23:02:09 +03:00
|
|
|
#  Portable Wiki (pWiki)
|
2016-08-15 17:36:33 +03:00
|
|
|
|
2016-08-16 01:24:31 +03:00
|
|
|
_NOTE: the project is currently in prototype phase, thus while most things
|
|
|
|
|
are likely to change, the implementation / API **will definitely** change! ;)_
|
2016-08-15 20:52:40 +03:00
|
|
|
|
2016-08-16 04:55:00 +03:00
|
|
|
|
2016-08-15 18:50:03 +03:00
|
|
|
### Project goals / main features:
|
2016-08-15 19:01:47 +03:00
|
|
|
|
2016-08-15 18:50:03 +03:00
|
|
|
- _Simple embeddable Wiki_
|
2016-08-15 18:31:51 +03:00
|
|
|
|
2016-08-15 19:01:47 +03:00
|
|
|
To be used as a zero-workflow app documentation platform, i.e.
|
|
|
|
|
documentation that can be created, edited, tweaked and updated in-app
|
|
|
|
|
without requiring setting up and maintaining a write-convert-embed
|
|
|
|
|
workflow.
|
2016-08-15 17:36:33 +03:00
|
|
|
|
2016-08-20 00:56:37 +03:00
|
|
|
This was a requirement on the _\ImageGrid.Viewer_ project and as a
|
2016-08-15 19:01:47 +03:00
|
|
|
side-effect pWiki hosts it's own documentation too.
|
2016-08-15 18:31:51 +03:00
|
|
|
|
2016-08-15 18:50:03 +03:00
|
|
|
- _Pluggable storage and synchronization_ mechanisms
|
2016-08-15 17:36:33 +03:00
|
|
|
|
2016-08-15 19:01:47 +03:00
|
|
|
A set of tools and API's to enable data synchronization between pWiki
|
|
|
|
|
instances.
|
|
|
|
|
|
2022-04-20 04:20:25 +03:00
|
|
|
- _Self-hosted[*]_ and flexible user interface
|
2016-08-15 18:50:03 +03:00
|
|
|
|
2016-08-15 19:01:47 +03:00
|
|
|
The pWiki interface is implemented as a set of pWiki pages and
|
2016-08-15 19:24:58 +03:00
|
|
|
templates within pWiki itself (see: [Templates] / [/bootstrap](bootstrap)),
|
|
|
|
|
this enables the user to customize the look feel and to some extent
|
|
|
|
|
the function of the interface from within pWiki, without touching the
|
|
|
|
|
code.
|
2016-08-15 19:01:47 +03:00
|
|
|
|
2022-04-20 04:20:25 +03:00
|
|
|
[*]: "Self-hosted" here is meant in the old-school meaning of the word,
|
|
|
|
|
i.e. hosted on the client.
|
|
|
|
|
|
2016-08-15 19:24:58 +03:00
|
|
|
- pWiki _portable app_
|
|
|
|
|
|
2016-08-15 20:58:56 +03:00
|
|
|
This is a simple note / todo / outline app.
|
2016-08-15 18:31:51 +03:00
|
|
|
|
2016-08-15 19:07:01 +03:00
|
|
|
The pWiki app is a stand-alone instance of pWiki wrapped in an app
|
|
|
|
|
supporting all major desktop as well as mobile platforms.
|
|
|
|
|
|
|
|
|
|
The app serves the following goals:
|
|
|
|
|
|
2016-08-17 02:25:15 +03:00
|
|
|
- a simple and functional note / todo / outline app (_obviously_)
|
2016-08-15 19:07:01 +03:00
|
|
|
- an external/portable Wiki editor, as an alternative for
|
|
|
|
|
in-target-app documentation editor with ability to seamlesly
|
|
|
|
|
synchronize with the target app pWiki instance.
|
|
|
|
|
- a stand-alone testing platform and reference implementation for
|
|
|
|
|
pWiki components.
|
2016-08-15 17:36:33 +03:00
|
|
|
|
2016-08-15 18:31:51 +03:00
|
|
|
### General Documentation:
|
2022-04-09 11:09:55 +03:00
|
|
|
<!--
|
|
|
|
|
NOTE: newlines here are needed to satisfy all the various markdown
|
2022-04-10 20:19:14 +03:00
|
|
|
engines, especially GitHub's...
|
2022-04-09 11:09:55 +03:00
|
|
|
-->
|
2020-05-01 21:00:30 +03:00
|
|
|
<pwiki-comment>
|
2022-04-08 19:57:31 +03:00
|
|
|
|
2022-04-07 14:53:36 +03:00
|
|
|
- [General info](README.md) - This document.
|
|
|
|
|
- [Bootstrap path](bootstrap/Doc/Path.md) - Path mechanics.
|
|
|
|
|
- [Bootstrap macros](bootstrap/Doc/Macros.md) - Macro documentation
|
2022-04-08 19:57:31 +03:00
|
|
|
|
2020-05-01 21:00:30 +03:00
|
|
|
</pwiki-comment>
|
2022-04-08 19:59:49 +03:00
|
|
|
|
2020-05-01 21:00:30 +03:00
|
|
|
<!--[pWiki[
|
2022-04-08 19:57:31 +03:00
|
|
|
|
2022-04-07 14:53:36 +03:00
|
|
|
- [Doc/About] - This document.
|
|
|
|
|
- [Doc/Path] - Path mechanics.
|
|
|
|
|
- [Doc/Macros] - Macro documentation
|
2022-04-08 19:57:31 +03:00
|
|
|
|
2020-05-01 21:00:30 +03:00
|
|
|
]]-->
|
2016-08-15 18:31:51 +03:00
|
|
|
|
|
|
|
|
|
2016-08-20 16:28:29 +03:00
|
|
|
### Project:
|
2022-04-07 16:46:29 +03:00
|
|
|
|
2016-08-20 16:28:29 +03:00
|
|
|
- The project on [GitHub](https://github.com/flynx/pWiki)
|
2016-08-25 01:59:05 +03:00
|
|
|
- pWiki [live demo (hosted on Gitgub)](https://flynx.github.io/pWiki/) _–
|
|
|
|
|
The data is stored in sessionStorage on the client, closing the tab/browser
|
|
|
|
|
will reset the wiki._
|
2016-08-20 16:28:29 +03:00
|
|
|
|
2022-04-07 14:40:26 +03:00
|
|
|
|
|
|
|
|
### License and Copyright
|
|
|
|
|
|
2022-04-07 15:18:53 +03:00
|
|
|
pWiki is developed by [Alex A. Naanou](https://github.com/flynx) and
|
2022-04-07 16:46:29 +03:00
|
|
|
licensed under the <pwiki-comment>[3-Clause BSD License](LICENSE)
|
|
|
|
|
</pwiki-comment><!--[pWiki[ [3-Clause BSD License](#LICENSE) ]]-->
|
|
|
|
|
|
2022-04-07 14:40:26 +03:00
|
|
|
|
|
|
|
|
|
2016-08-15 18:31:51 +03:00
|
|
|
<!-- @filter(markdown) -->
|
2016-08-15 19:07:01 +03:00
|
|
|
<!-- vim:set ts=2 sw=2 expandtab spell : -->
|