Git Product home page Git Product logo

infrastructure's People

Contributors

mbunkus avatar robux4 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

infrastructure's Issues

most tables don't render as HTML tables anymore

After updating the specs sub-module to the latest ones (rev bdb0b3c01a13537ad6f60d90ba80cf89ff2360c2), jekyll doesn't render most Markdown tables as HTML tables anymore. Instead, it leaves them as normal text paragraphs, e.g. (from technical/attachments.html):

<p>The following table provides examples of file names for cover art in Attachments.</p>

<p>| FileName             | Image Orientation  | Pixel Length of Smallest Side |
|———————-|——————–|——————————-|
| cover.jpg            | Portrait or square | 600                           |
| small_cover.png      | Portrait or square | 120                           |
| cover_land.png       | Landscape          | 600                           |
| small_cover_land.jpg | Landscape          | 120                           |
Table: Cover Art Filenames{#coverartFilenames}</p>

Haven't investigated further yet.

anchors aren't rendered

Anchors aren't rendered at the moment, neither the {#target} syntax for designating an element as a valid target, nor ((#jumpto)) as a link target. The former is used e.g. with tables.

Moving IRC channel to libera.chat network

Today it came to light that the existing Freenode network (where our IRC channel resides) has been sold in a cloak-and-dagger manner to very shady people. The existing staff is resigning en-masse and has already started a new network called libera.chat, based on free/libre principles we value as well.

You can read more about the background in messages of the various resigning staff members, e.g. this one or that one.

I'd like to move the #matroska channel to the new network. I've already gone so far & registered the channel to my nick there in order to avoid squatters getting their hands on the name. If everyone agrees, I'll:

  • update the Matroska website,
  • send mails to the relevant lists,
  • leave an appropriate message on Freenode's #matroska channel so that existing users will be made aware of the move.

Objections?

Bring back the element table header explanation in the elements page

There used to be this text:

Element Name - The full name of the described element.
L - Level - The level within an EBML tree that the element may occur at. + is for a recursive level (can be its own child). g: global element (can be found at any level)
EBML ID - The Element ID displayed as octets.
Ma - Mandatory - This element is mandatory in the file (abbreviated as »mand.«).
Mu - Multiple - The element may appear multiple times within its parent element (abbreviated as »mult.«).
Rng - Range - Valid range of values to store in the element.
Default - The default value of the element.
T - Element Type - The form of data the element contains. m: Master, u: unsigned int, i: signed integer, s: string, 8: UTF-8 string, b: binary, f: float, d: date
1 - The element is contained in Matroska version 1.
2 - The element is contained in Matroska version 2.
3 - The element is contained in Matroska version 3.
4 - The element is contained in Matroska version 4 (v4 is still work in progress; further additions are possible).
W - All elements available for use in WebM.
Description - A short description of the element's purpose.

The default values defined for the EBML header correspond to the values for a Matroska stream/file. When parsing the EBML header the default values are different, irrespective of the DocType defined.

EBMLMaxIDLength is 4: IDs in the EBML header cannot be longer than 4 octets.
EBMLMaxSizeLength is 4: Length of IDs in the EBML header cannot be longer than 4 octets.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.