Sami Vaarala
39073333e8
Website fixes for src/ rename
8 years ago
Sami Vaarala
1c40f9dfac
Website date and time section
9 years ago
jaseg
6715fa1640
Make things work on systems defaulting to python3
9 years ago
Sami Vaarala
c9db0da9b9
Flip download list order to match releases list
Most users seem to prefer newest-first ordering.
9 years ago
Sami Vaarala
e378f059d7
Website changes for dump/load
10 years ago
Sami Vaarala
f436881bfd
Fix testcase refs to new directories
9 years ago
Sami Vaarala
e14c621774
Node.js Buffer and TypedArray website updates
10 years ago
Sami Vaarala
29ebdd79c3
Add 'introduced' into calls-by-tag list
10 years ago
Sami Vaarala
3e6d355663
Buildsite changes to use YAML API docs
10 years ago
Sami Vaarala
838f1e6437
Reverse releases in dl page releases list
10 years ago
Sami Vaarala
6bca640848
API/Guide documentation for debugger support
- API call documentation
- DUK_DEBUG_PROTOCOL_VERSION define
- Update LoC in website index page
- Debugger changes to Guide
Quite minimal at this point. There should be an architecture figure.
To be text browser compatible it'd have to be ASCII art or have an
ASCII art fallback.
10 years ago
Sami Vaarala
1a0c92e64d
Add guide section on memory usage
10 years ago
Sami Vaarala
5c738ea4f6
Update buildsite for new touch-icon location
10 years ago
Sami Vaarala
c1b08ec228
Add =introduced as a fake tag for now in API doc
10 years ago
Sami Vaarala
e17b23776a
Add green color for protected API call tags
10 years ago
Sami Vaarala
17197891fa
Add separate guide section on logging
10 years ago
Sami Vaarala
098667af51
Use duktape-releases repo for website build
10 years ago
Sami Vaarala
8374b44704
Add robots.txt to site
10 years ago
Sami Vaarala
7e06134512
Sort floating API tags in API web documentation
10 years ago
Sami Vaarala
33b9d98ca2
Add guide section on versioning
10 years ago
Sami Vaarala
677352e11c
Guide threading documentation
Refers to internal document for details.
10 years ago
Sami Vaarala
4a456ba40a
Add floating tags to API documentation
The tags are clickable, so it's easy for a user to find other functions
with the same tag.
10 years ago
Sami Vaarala
ff141021f8
Draft Guide section for sandboxing, refs RST
10 years ago
Sami Vaarala
0960492c57
Rename RELEASES to .rst for better formatting
10 years ago
Sami Vaarala
82c251ac23
Switch section order in guide
10 years ago
Sami Vaarala
0a1185f757
Initial draft of internal properties in guide
10 years ago
Sami Vaarala
4c610b8343
Update guide typing for duk_int_t->int
10 years ago
Sami Vaarala
a2bcf50bd9
duk_uarridx_t API / website fixes
11 years ago
Sami Vaarala
bbcfa0082b
Improve buildsite.py include mechanism (HTML)
Add HTML include support to the include mechanism. This is useful for
including repetitive snippets into guide/API pages.
11 years ago
Sami Vaarala
8d085475f2
Add a draft C typing section
Also add C99/C++11 typing for API entries as a hover tool tip.
11 years ago
Sami Vaarala
413b75ecd6
Fix API entry heading vertical alignment
Styling changes necessary to make the API entry headings (such as
'Prototype' etc) to align vertically when browser window is wide.
Getting the alignment to work requires awkward margin hacks.
Also reimplement CSS styling for stacks to be more simple.
11 years ago
Sami Vaarala
28ad6f392c
restore headings to markup for better text browser compatibility, but add classes for them so that css hacks can be used for layout tweaks
11 years ago
Sami Vaarala
513b204d80
first cut at reducing the boilerplate in api doc entries: Prototype, Stack, and Summary are pretty self-evident; Example and See also are still left as headings
11 years ago
Sami Vaarala
c146e14d36
document 'use duk notail' directive
11 years ago
Sami Vaarala
3f8eb269ef
add modules to guide contents
11 years ago
Sami Vaarala
0f68ab5768
fix duktape version scrape in website build
11 years ago
Sami Vaarala
f7412ba7b8
fix duktape.h scraping in website build (use duk_api_public.h instead)
11 years ago
Sami Vaarala
c864fab8e1
add property virtualization section to guide
11 years ago
Sami Vaarala
63567a030b
preliminary guide updates on e6 features (assumes Proxy will also be implemented)
11 years ago
Sami Vaarala
d463d783fb
leave omitted api docs also out of the nav links
11 years ago
Sami Vaarala
314d3f95af
add a 'REPL' nav link, which points to the placeholder Dukweb page, Dukweb trivia
11 years ago
Sami Vaarala
4634b9e6cc
add a 'L' to version constant
11 years ago
Sami Vaarala
e8d25feb2b
add a guide section on custom behavior
11 years ago
Sami Vaarala
69ba33a2e7
automatic Duktape version and current date to website build
11 years ago
Sami Vaarala
c7400677ea
guide update for JSON formats
11 years ago
Sami Vaarala
ca07fd501c
add a compatibility section to guide, now covers coffeescript and asm.js, and E5/E5.1/E3
11 years ago
Sami Vaarala
0d68c08258
reassign section headings: h2->h1, h3->h2, h4->h3; document heading structure now matches conceptual TOC
11 years ago
Sami Vaarala
f6f402d0d8
guide title fix
11 years ago
Sami Vaarala
bc54daa172
change duktape logo and document main title from h1 to a normal div; they don't belong in table of contents
11 years ago
Sami Vaarala
5e652c052a
add heading links (shown only when hovering on the section)
11 years ago