The Dragonlance Nexus is a Dragonlance fansite that was created in 1996 as "Dragon Realm". The site was overhauled and a new name was given to it as the "Dragonlance Nexus". Beginning on November 28, 2005, the site began publishing articles written by established authors starting with an article on Jaymes Markham by the author Douglas Niles . Other authors have contributed to the Lexicon, such as Nancy Varian Berberick , Mary H. Herbert , Kevin T. Stein , and more recently Jean Rabe . Some of the articles found in the site have been published in the Dragonlance Campaign Setting by Sovereign Press .
55-608: The Dragonlance Nexus traces its origins past 1996, but its current form was launched in January 2001. The origin of the Nexus begins with a small site called "the Dragon's Realm." The site was started in the summer of 1996 as an experiment by long-time staff member Matt Haag aka Paladin to learn HTML and to talk about some of the AD&D Gold Box videogames he was playing at the time. In late 1996,
110-500: A Document type declaration (informally, a "doctype"). In browsers, the doctype helps to define the rendering mode—particularly whether to use quirks mode . The original purpose of the doctype was to enable the parsing and validation of HTML documents by SGML tools based on the Document type definition (DTD). The DTD to which the DOCTYPE refers contains a machine-readable grammar specifying
165-708: A web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for its appearance. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links , quotes, and other items. HTML elements are delineated by tags , written using angle brackets . Tags such as < img > and < input > directly introduce content into
220-407: A contractor at CERN , proposed and prototyped ENQUIRE , a system for CERN researchers to use and share documents. In 1989, Berners-Lee wrote a memo proposing an Internet -based hypertext system. Berners-Lee specified HTML and wrote the browser and server software in late 1990. That year, Berners-Lee and CERN data systems engineer Robert Cailliau collaborated on a joint request for funding, but
275-406: A database, which allowed volunteer staff the ability to directly update and add new content. In June of that year, the site was redesigned once again to make the information easier to understand, and new staff members were brought in to help with the growing amount of content. With that, the pre-history of the Nexus ends and its story begins. The origins of the Nexus date back to January 2001, when
330-461: A first of its kind for Dragonlance fans. Six days later, Episode 1 was launched and even had the guest voices of Tracy and Laura Hickman . The plan use of the podcast is to allow for round table discussions, author interviews, book discussion, trivia, and just general information on the Dragonlance world, and was hosted by Trampas Whiteman . In 2010, Tristan Zimmerman became the host. The site won
385-608: A flurry of events were happening at once. Jim Butler , who was an employee of Wizards of the Coast at the time, announced that Wizards of the Coast would no longer publish Dragonlance gaming materials in December 2000. With the backing of famed Dragonlance author Tracy Hickman , a group of fans on the Dragonlance-L mailing list volunteered to create a new Dragonlance site that would take over where Wizards left off, updating Dragonlance to
440-447: A pair is the start tag , and the second is the end tag (they are also called opening tags and closing tags ). Another important component is the HTML document type declaration , which triggers standards mode rendering. The following is an example of the classic "Hello, World!" program : The text between < html > and </ html > describes the web page, and
495-425: A start tag) and do not use an end tag. Many tags, particularly the closing end tag for the very commonly used paragraph element < p > , are optional. An HTML browser or other agent can infer the closure for the end of an element from the context and the structural rules defined by the HTML standard. These rules are complex and not widely understood by most HTML authors. The general form of an HTML element
550-590: A user can give input/s like: Comments: Comments can help in the understanding of the markup and do not display in the webpage. There are several types of markup elements used in HTML: Most of the attributes of an element are name–value pairs , separated by = and written within the start tag of an element after the element's name. The value may be enclosed in single or double quotes, although values consisting of certain characters can be left unquoted in HTML (but not XHTML). Leaving attribute values unquoted
605-464: Is considered unsafe. In contrast with name-value pair attributes, there are some attributes that affect the element simply by their presence in the start tag of the element, like the ismap attribute for the img element. There are several common attributes that may appear in many elements : The abbreviation element, abbr , can be used to demonstrate some of these attributes: This example displays as HTML ; in most browsers, pointing
SECTION 10
#1732855819096660-456: Is for HTML5. If a declaration is not included, various browsers will revert to " quirks mode " for rendering. HTML documents imply a structure of nested HTML elements . These are indicated in the document by HTML tags , enclosed in angle brackets thus: < p > . In the simple, general case, the extent of an element is indicated by a pair of tags: a "start tag" < p > and "end tag" </ p > . The text content of
715-552: Is one of two companies that Weis owns. Sovereign Press released the Sovereign Stone role-playing game , based on the Sovereign Stone novels, by Larry Elmore and Don Perrin and had the license from Wizards of the Coast to release new Dragonlance role-playing products. The publishing of fiction set in the Dragonlance milieu is still handled by Wizards of the Coast. Products produced for Dragonlance were: Under
770-644: Is over 90 times larger.) The Lost Citadel was invited to join an exclusive Dragonlance Webring called the 'Top 5% of Kender Sites,' run by the Sean MacDonald (aka Kipper Snifferdoo ), keeper of the Kencyclopedia website. The Lost Citadel continued to expand to cover other areas of Dragonlance material, beyond its traditional magic focus. Eventually, the site was spun off into a new site called "The World of Krynn," which went online in November 1997. The following month,
825-401: Is therefore: < tag attribute1 = "value1" attribute2 = "value2" > ''content'' </ tag > . Some HTML elements are defined as empty elements and take the form < tag attribute1 = "value1" attribute2 = "value2" > . Empty elements may enclose no content, for instance, the < br /> tag or
880-673: The Dungeons & Dragons 3rd Edition rules. This group came to be known as the Whitestone Council . Under the guidance of Tracy Hickman, and with feedback from fans from across the world, the Whitestone Council created the Dragonlance Nexus, which was launched in mid January 2001. As previously noted, the key focus of the Dragonlance Nexus was to create a set of Dungeons and Dragons 3rd Edition rules for Dragonlance, which would be
935-570: The Internet Engineering Task Force (IETF) with the mid-1993 publication of the first proposal for an HTML specification, the "Hypertext Markup Language (HTML)" Internet Draft by Berners-Lee and Dan Connolly , which included an SGML Document type definition to define the syntax. The draft expired after six months, but was notable for its acknowledgment of the NCSA Mosaic browser's custom tag for embedding in-line images, reflecting
990-434: The de facto web standard for some time. HTML markup consists of several key components, including those called tags (and their attributes ), character-based data types , character references and entity references . HTML tags most commonly come in pairs like < h1 > and </ h1 > , although some represent empty elements and so are unpaired, for example < img > . The first tag in such
1045-510: The DTD in order to properly parse the document and to perform validation. In modern browsers, a valid doctype activates standards mode as opposed to quirks mode . Sovereign Press (role-playing game publisher) Sovereign Press, Incorporated is a publisher and distributor of role-playing games based in Lake Geneva, Wisconsin . It was founded in 1998 by Margaret Weis and Don Perrin and
1100-470: The Dragon's Realm joined the Forgotten Realms Webring . Paladin started one of the first Dragonlance Webrings to highlight his favorite campaign world. Unfortunately, the Dragon's Realm didn't really fit the Dragonlance mold, so a new site called "The Lost Citadel" was created. Both sites existed in the same 1 MB directory on Geocities . (To put that in perspective, the current version of the Nexus
1155-484: The Dragonlance Nexus, along with the Whitestone Council, serve as an advisory board to Sovereign Press, and review each product that Sovereign Press releases to check for continuity errors. The site also has well over 15,000 articles of fan artwork, gaming rules, articles, music, recipes, and many other items related to the Dragonlance setting. To further expand to meet the needs of the fans, the Dragonlance Lexicon
SECTION 20
#17328558190961210-452: The IETF's philosophy of basing standards on successful prototypes. Similarly, Dave Raggett 's competing Internet Draft, "HTML+ (Hypertext Markup Format)", from late 1993, suggested standardizing already-implemented features like tables and fill-out forms. After the HTML and HTML+ drafts expired in early 1994, the IETF created an HTML Working Group. In 1995, this working group completed "HTML 2.0",
1265-440: The Nexus's fan gaming rules were hosted on Dragonlance.com; in return, the extensive reference material from Dragonlance.com was added to the Nexus in a sharing agreement set up between the two sites. This arrangement continued until June 2003, when the two sites were formally merged into the current Nexus site, and the Dragonlance.com domain name was transferred to Sovereign Press to promote the d20 Dragonlance gaming line. Today,
1320-568: The Sovereign Stone imprint, Sovereign Press produced ten books and all save one were using the d20 system . In 2004, after Margaret Weis and Don Perrin divorced, Margaret Weis founded Margaret Weis Productions which used the Sovereign Stone system as the basis for the Cortex System and the Serenity RPG . The Sovereign Stone website was deleted at the end of July 2004. In early 2008
1375-548: The Whitestone Council soon found itself working with Sovereign Press on a new sourcebook, the Dragonlance Campaign Setting (or DLCS for short). Materials from DLA3e were incorporated into the DLCS, and the Whitestone Council continues to serve as an advisory board for future projects Sovereign Press projects to this day. Later that summer, the Nexus partnered with Dragonlance.com to expand the reach of its content. Many of
1430-586: The XML syntax for HTML and is no longer being developed as a separate standard. On 28 May 2019, the W3C announced that WHATWG would be the sole publisher of the HTML and DOM standards. The W3C and WHATWG had been publishing competing standards since 2012. While the W3C standard was identical to the WHATWG in 2007 the standards have since progressively diverged due to different design decisions. The WHATWG "Living Standard" had been
1485-473: The attribute value itself. If document authors overlook the need to escape such characters, some browsers can be very forgiving and try to use context to guess their intent. The result is still invalid markup, which makes the document less accessible to other browsers and to other user agents that may try to parse the document for search and indexing purposes for example. Escaping also allows for characters that are not easily typed, or that are not available in
1540-566: The browser, and these characteristics can be altered or enhanced by the web page designer's additional use of CSS . Many of the text elements are mentioned in the 1988 ISO technical report TR 9537 Techniques for using SGML , which describes the features of early text formatting languages such as that used by the RUNOFF command developed in the early 1960s for the CTSS (Compatible Time-Sharing System) operating system. These formatting commands were derived from
1595-433: The characters < and & (when written as < and & , respectively) to be interpreted as character data, rather than markup. For example, a literal < normally indicates the start of a tag, and & normally indicates the start of a character entity reference or numeric character reference; writing it as & or & or & allows & to be included in
1650-441: The characters of the world's writing systems. HTML defines several data types for element content, such as script data and stylesheet data, and a plethora of types for attribute values, including IDs, names, URIs , numbers, units of length, languages, media descriptors, colors, character encodings, dates and times, and so on. All of these data types are specializations of character data. HTML documents are required to start with
1705-447: The commands used by typesetters to manually format documents. However, the SGML concept of generalized markup is based on elements (nested annotated ranges with attributes) rather than merely print effects, with separate structure and markup. HTML has been progressively moved in this direction with CSS. Berners-Lee considered HTML to be an application of SGML. It was formally defined as such by
Dragonlance Nexus - Misplaced Pages Continue
1760-535: The content of an element or in the value of an attribute. The double-quote character ( " ), when not used to quote an attribute value, must also be escaped as " or " or " when it appears within the attribute value itself. Equivalently, the single-quote character ( ' ), when not used to quote an attribute value, must also be escaped as ' or ' (or as ' in HTML5 or XHTML documents ) when it appears within
1815-664: The cursor at the abbreviation should display the title text "Hypertext Markup Language." Most elements take the language-related attribute dir to specify text direction, such as with "rtl" for right-to-left text in, for example, Arabic , Persian or Hebrew . As of version 4.0, HTML defines a set of 252 character entity references and a set of 1,114,050 numeric character references , both of which allow individual characters to be written via simple markup, rather than literally. A literal character and its markup counterpart are considered equivalent and are rendered identically. The ability to " escape " characters in this way allows for
1870-589: The document's character encoding , to be represented within the element and attribute content. For example, the acute-accented e ( é ), a character typically found only on Western European and South American keyboards, can be written in any HTML document as the entity reference é or as the numeric references é or é , using characters that are available on all keyboards and are supported in all character encodings. Unicode character encodings such as UTF-8 are compatible with all modern browsers and allow direct access to almost all
1925-445: The element, if any, is placed between these tags. Tags may also enclose further tag markup between the start and end, including a mixture of tags and text. This indicates further (nested) elements, as children of the parent element. The start tag may also include the element's attributes within the tag. These indicate other information, such as identifiers for sections within the document, identifiers used to bind style information to
1980-506: The first HTML specification intended to be treated as a standard against which future implementations should be based. Further development under the auspices of the IETF was stalled by competing interests. Since 1996, the HTML specifications have been maintained, with input from commercial software vendors, by the World Wide Web Consortium (W3C). In 2000, HTML became an international standard ( ISO / IEC 15445:2000). HTML 4.01
2035-470: The first of several incarnations of the message boards were put online; around this time, other volunteer staff were added to help out with the message boards and some of the site's content. However, the major change happened in 1999, when Paladin acquired the Dragonlance.com domain name from the previous owner in August 1999. At this point, The World of Krynn disappeared and became simply "Dragonlance.com." With
2090-500: The foundation upon which the future of Dragonlance gaming. This online product was called Dragonlance Adventures 3rd Edition , or DLA3e for short. Work continued on the project, and the Nexus expanded to include recipes, artwork, news, and many other features over the course of the next year. However, in March 2002, the Dragonlance gaming line was licensed to Sovereign Press . Beginning in April,
2145-465: The gold ENnie for best fan site on August 16, 2007 at Gen Con . HTML Hypertext Markup Language ( HTML ) is the standard markup language for documents designed to be displayed in a web browser . It defines the content and structure of web content . It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript, a programming language. Web browsers receive HTML documents from
2200-412: The head, for example: HTML headings are defined with the < h1 > to < h6 > tags with H1 being the highest (or most important) level and H6 the least: The effects are: CSS can substantially change the rendering. Paragraphs: < br /> . The difference between < br /> and < p > is that < br /> breaks a line without altering
2255-425: The hyperlink tag, these were strongly influenced by SGMLguid , an in-house Standard Generalized Markup Language (SGML)-based documentation format at CERN. Eleven of these elements still exist in HTML 4. HTML is a markup language that web browsers use to interpret and compose text, images, and other material into visible or audible web pages. Default characteristics for every item of HTML markup are defined in
Dragonlance Nexus - Misplaced Pages Continue
2310-402: The inline < img > tag. The name of an HTML element is the name used in the tags. The end tag's name is preceded by a slash character, / , and that in empty elements the end tag is neither required nor allowed. If attributes are not mentioned, default values are used in each case. Header of the HTML document: < head > ... </ head > . The title is included in
2365-487: The launch of the Lexicon came the launch of the new Palanthas Herald on October 20, 2005. This was created to allow fans to create adventure ideas in the settings of the city of Palanthas. This would also assist Game Masters in quickly getting ideas on how to run a campaign. On April 24, 2006, Trampas and Matt made the decision to change the address of the site from www.dl3e.com (Dragonlance 3rd Edition) to www.dlnexus.com. This
2420-462: The look and layout of content. The World Wide Web Consortium (W3C), former maintainer of the HTML and current maintainer of the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997. A form of HTML, known as HTML5 , is used to display video and audio, primarily using the < canvas > element, together with JavaScript. In 1980, physicist Tim Berners-Lee ,
2475-399: The move to Dragonlance.com, the site's mission changed as well: instead of publishing a repository of background information, the main focus of the site became more fan-centric, posting artwork, fiction, poetry and music created by the fans, while keeping all of the reference material and product information. In January 2000, the sheer amount of content prompted Paladin to move much of it into
2530-413: The page. Other tags such as < p > and </ p > surround and provide information about document text and may include sub-element tags. Browsers do not display the HTML tags but use them to interpret the content of the page. HTML can embed programs written in a scripting language such as JavaScript , which affects the behavior and content of web pages. The inclusion of CSS defines
2585-434: The permitted and prohibited content for a document conforming to such a DTD. Browsers, on the other hand, do not implement HTML as an application of SGML and as consequence do not read the DTD. HTML5 does not define a DTD; therefore, in HTML5 the doctype declaration is simpler and shorter: An example of an HTML 4 doctype This declaration references the DTD for the "strict" version of HTML 4.01. SGML-based validators read
2640-412: The presentation of the document, and for some tags such as the < img > used to embed images, the reference to the image resource in the format like this: < img src = "example.com/example.jpg" > Some elements, such as the line break < br /> do not permit any embedded content, either text or further tags. These require only a single empty tag (akin to
2695-420: The products and Fifth Age sections were added by Paladin, and the site moved off of GeoCities to a dedicated web host. Late the following year, the site's back end was upgraded to support the then-popular Netscape Communicator 4.0 to simplify some of the site's maintenance. The World of Krynn was continually expanded and updated, and outgrew several web hosts between December 1997 and August 1999. In addition,
2750-486: The project was not formally adopted by CERN. In his personal notes of 1990, Berners-Lee listed "some of the many areas in which hypertext is used"; an encyclopedia is the first entry. The first publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet by Tim Berners-Lee in late 1991. It describes 18 elements comprising the initial, relatively simple design of HTML. Except for
2805-468: The semantic structure of the page, whereas < p > sections the page into paragraphs . The element < br /> is an empty element in that, although it may have attributes, it can take no content and it may not have an end tag. This is a link in HTML. To create a link the < a > tag is used. The href attribute holds the URL address of the link. There are many possible ways
SECTION 50
#17328558190962860-517: The text between < body > and </ body > is the visible page content. The markup text < title > This is a title </ title > defines the browser page title shown on browser tabs and window titles and the tag < div > defines a division of the page used for easy styling. Between < head > and </ head > , a < meta > element can be used to define webpage metadata. The Document Type Declaration <!DOCTYPE html>
2915-522: Was a move because the new address would better reflect the broader mission of the Nexus than just dealing in 3rd edition D&D. With the inclusion of the Herald and the Lexicon, and the possible change to 4th edition D&D, the site needed to better reflect what it did. The old site address will still be retained though. On March 7, 2007, launch of the Dragonlance Canticle podcast site and Episode 0,
2970-511: Was launched on September 16, 2005 with high anticipation. Not only was the Lexicon built for the fans, but also it was to assist authors in being able to find information on what they were going to write about. Following the launch of the Lexicon the very first author submission was by Douglas Niles on his character Jaymes Markham, with other authors such as Nancy Varian Berberick , Mary H. Herbert , and Kevin Stein all submitting articles. Following
3025-496: Was published in late 1999, with further errata published through 2001. In 2004, development began on HTML5 in the Web Hypertext Application Technology Working Group (WHATWG), which became a joint deliverable with the W3C in 2008, and was completed and standardized on 28 October 2014. XHTML is a separate language that began as a reformulation of HTML 4.01 using XML 1.0. It is now referred to as
#95904