diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2017-02-04 09:41:13 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2017-02-04 09:41:13 +0000 |
commit | e7366bf41f68cfe07e9ea03fc4a398baecbae651 (patch) | |
tree | 5bb9c3cbe7eab7e70ff1ebd65d9de59a694762df /module/index.mdwn | |
download | netsurf-wiki-e7366bf41f68cfe07e9ea03fc4a398baecbae651.tar.gz netsurf-wiki-e7366bf41f68cfe07e9ea03fc4a398baecbae651.tar.bz2 |
Initial conversion from MediaWiki, 20170204
Diffstat (limited to 'module/index.mdwn')
-rw-r--r-- | module/index.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/module/index.mdwn b/module/index.mdwn new file mode 100644 index 0000000..63a668a --- /dev/null +++ b/module/index.mdwn @@ -0,0 +1,20 @@ +[[!meta title="Module:Index"]] +[[!meta author="James Bursa"]] +[[!meta date="2011-01-09T22:43:50Z"]] + + +[[!toc]] + +|colspan=3 style="background: gray; color: white" | NetSurf Code Modules| +|-----------------------------------------------------------------------| +|Module|Prefix|Purpose| +|[[Module:utils/container|module/utils/container]]|container|File format for themes| +|[[Module:utils/errors|module/utils/errors]]|nserror|Common error codes| +|[[Module:utils/filename|module/utils/filename]]|filename|Allocation of unique filenames| +|[[Module:utils/findresource|module/utils/findresource]]|*various*|Finds resource files in a list of locations| +|[[Module:utils/hashtable|module/utils/hashtable]]|hash|Write-once string to string hash tables| +|[[Module:utils/http|module/utils/http]]|http|HTTP header parsing| +|[[Module:utils/locale|module/utils/locale]]|ls|Locale-specific variants of ctype.h functions| + +[[!tag module]] + |