Files
mars-nwe/doc/README.md
Mario Fetka 774d64e278
All checks were successful
Source release / source-package (push) Successful in 1m31s
0474 docs: name nwConsole and clarify web restart boundaries
2026-06-13 13:38:32 +02:00

49 lines
2.5 KiB
Markdown

# MARS-NWE documentation
This directory is the project documentation index. Keep the top-level `doc/`
directory small and put new material into topic subdirectories.
## Topics
- [Overview](overview/README) - historical upstream project overview notes.
- [Install](install/INSTALL) - installation notes and platform-specific setup.
- [FAQ and bugs](faq/FAQS) - old FAQs, bug notes, and translated question lists.
- [Features](features/) - feature-specific notes such as trustees, PIPE-FS, PPP,
file sharing, and NLS.
- [Quota](quota/README.md) - Linuxquota and NWQUOTA backend design.
- [History](history/) - old changelog, news, credits, and package metadata.
- [Packaging](packaging/) - distro packaging snippets kept as references.
- [Man pages](man/) - manual pages.
- [Assets](assets/) - images used by documentation or packaging.
- [Old](old/) - legacy build/configuration references. The old BSD/Unix makefile
is kept there as historical build reference.
- `NSS_NAMESPACE_AUDIT.md` - NSS namespace replacement/import audit.
- `NSS_PUBLIC_CORE_AUDIT.md` - NSS `public_core` import classification.
- `NWFS_SALVAGE_COMPRESSION_TOOLS.md` - salvage, stream, compression and tool
roadmap.
- `LOG_LEVEL_AUDIT.md` - legacy `XDPRINTF`/INI debug-level audit and
recommended `1..5` policy for new code.
- `KERNEL_REFERENCE_AUDIT.md` - Linux kernel reference imports, currently the
disabled Linux 2.4.37.9 SPX implementation.
- `HANDOFF_AUDIT.md` - current `nwconn`/`nwbind` magic-return audit,
provider vocabulary and NSS message-layer references.
- `TUI_TOOLBOX_PLAN.md` - coloured `nwtui`/`nwi18n` terminal UI,
multi-call `nwtoolbox` and curses-replacement plan.
- `NWCORE_INI_PLAN.md` - shared `libnwcore` INI reader/writer plan for server
config, setup/toolbox editing and optional translation catalogs.
- `DIRECTORY_STACK_PLAN.md` - nwdirectory/libnwdirectory/libnwds layering,
flatfile-first LDAP CTest plan and later FLAIM storage-backend swap.
- `NWADMIN_CLIENT_PLAN.md` - remote NCP-based administrator client roadmap,
`mars-nweadmin` portability audit notes, future cross-platform GUI plan and
split nwConsole (`nwwebui`)/`nwadmin` web-admin/plugin architecture.
## Layout rule
New screenshots and reference captures should live next to the feature they
document. For example, FILER or SYSCON screenshots for quota behavior belong
under `doc/quota/`, not directly in `doc/`.
The old plain-text files are intentionally preserved, but moved into folders so
future documentation can grow without making the top-level directory hard to
read.