www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6947] New: Lots of broken links at d-p-l.org because of macros inconsistency

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6947

           Summary: Lots of broken links at d-p-l.org because of macros
                    inconsistency
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: verylonglogin.reg gmail.com


--- Comment #0 from Denis <verylonglogin.reg gmail.com> 2011-11-14 16:26:31 MSK
---
There is no guide or documentation for d-p-l.org and Phobos's documentation
development and it has finally leaded to a few problems:
* Walter doen't add some macros to his std.ddoc and local version of
documentation have broken links.
* Walter added WEB macro for ebook support with completely different meaning
than Phobos's WEB macro.
* Some Walter's macros doesn't added to d-p-l.org's *.ddoc files so d-p-l.org
has now really a lot of broken links.
* Inconsistent approach of creating web links (does mocro add http:// prefix or
not?) leads to mistakes like in new main page (link to Iain Buclaw):
http://d-programming-language.org/new/

There is a proposed partial solution:
https://github.com/D-Programming-Language/d-programming-language.org/pull/28

For adding common "http://" prefix I propose HTTP macro

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 14 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6947


Denis <verylonglogin.reg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #1 from Denis <verylonglogin.reg gmail.com> 2012-01-08 09:31:35 MSK
---
This fixed broken links at d-p-l.org:
https://github.com/D-Programming-Language/d-programming-language.org/commit/a0d9616ecbb2676cfc7752e5924360d15ea4fd2d

Also local std.ddoc is fixed in dmd 2.057.

There is still no guide for documentation development and WEB macro still adds
"http://" prefix, but this bug is fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 07 2012