summary refs log tree commit diff stats
path: root/tools/nimweb.nim
Commit message (Expand)AuthorAgeFilesLines
...
* | resolved conflictAraq2014-09-131-15/+20
|\ \
| * | Some docgen fixes.Dominik Picheta2014-09-131-16/+16
* | | merged things from develAraq2014-09-121-9/+47
|\ \ \ | |/ / |/| / | |/
| * Adds --parallelBuild to koch web and automatic reruns. Refs #1455.Grzegorz Adam Hankiewicz2014-08-081-4/+27
| * Parallelizes documentation building.Grzegorz Adam Hankiewicz2014-08-061-9/+24
* | posix.nim compiles againAraq2014-08-291-2/+2
|/
* Implemented babel package list in lib.html.Dominik Picheta2014-04-121-0/+5
* merged better html links #850Araq2014-04-081-9/+24
* nil->discardAraq2014-02-141-6/+6
* Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-251-0/+14
|\
| * Transforms docgen sample to be generated from source.Grzegorz Adam Hankiewicz2014-01-061-0/+14
* | case consistency part 7Araq2013-12-281-11/+11
|/
* Implements basic rss generation for website news.Grzegorz Adam Hankiewicz2013-05-231-2/+118
* Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-181-11/+18
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+6
* extracted documentation generatorAraq2012-05-091-8/+5
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-2/+4
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-2/+2
* clean exit codes for all the toolsAraq2011-08-011-6/+13
* tools/{niminst,nimweb}.nim: switch from write and writeln to quitKeita Haga2011-07-251-3/+3
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-1/+1
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-1/+1
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* httpclient uses strtabsAndreas Rumpf2010-02-071-3/+3
* bind tableAndreas Rumpf2009-11-121-1/+1
* bugfixes: macros; splitFile; strutils.split; iterator.methodrumpf_a@web.de2009-10-271-1/+1
* version 0.8.2rumpf_a@web.de2009-10-211-10/+26
* added apis.txtrumpf_a@web.de2009-09-251-3/+8
* implemented multi methodsAndreas Rumpf2009-09-231-10/+10
* added tools and web dirsAndreas Rumpf2009-09-151-4/+5
* overload resolution for proc varsAndreas Rumpf2009-06-241-6/+6
* version 0.7.8Andreas Rumpf2009-05-081-3/+7
* version 0.7.6Andreas Rumpf2009-04-221-1/+1
* version 0.7.4Andreas Rumpf2009-01-071-18/+18
* version 0.7.2Andreas Rumpf2008-12-121-0/+203
a id='n462' href='#n462'>462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707