Giter Site home page Giter Site logo

Comments (6)

dsaf avatar dsaf commented on August 26, 2024

Docx is an open standard and there is a free viewer available:

http://en.wikipedia.org/wiki/Office_Open_XML

http://www.microsoft.com/en-us/download/details.aspx?id=4

http://superuser.com/questions/141435/is-there-anything-to-open-docx-documents-on-linux-ubuntu

from roslyn.

paulomorgado avatar paulomorgado commented on August 26, 2024

I'd which there was a website we could link to.

from roslyn.

am11 avatar am11 commented on August 26, 2024

Why not simply embed the docx via onedrive in GitHub repo's wiki?

Something like:

<iframe
  src="https://onedrive.live.com/embed?cid=..."
  width="100%" height="100%" frameborder="0"
  scrolling="yes"
></iframe>

I have seen this practice used on http://isocpp.org/ (for excel files) and some WordPress blogs.

upload > right-click > embed > generate ..

from roslyn.

nvivo avatar nvivo commented on August 26, 2024

@dsaf this has nothing to do with open formats, it has to do with how easily I can look at it, and PDF is much more common than DOCX.

A website would also be great. Most modern languages have them instead of a document, and would be even easier to read than a PDF.

from roslyn.

JoergWMittag avatar JoergWMittag commented on August 26, 2024

Scala has moved its spec into a set of LaTeX-enhanced Markdown files right into the compiler repository: https://github.com/scala/scala/tree/2.12.x/spec The website generated from this looks nice: http://scala-lang.org/files/archive/spec/2.11/

Converting the existing spec would probably be a week's worth of admittedly tedious and very boring work for an intern.

Some benefits other than availability in an easy-to-convert format (Markdown can be converted to pretty much anything these days, the embedded LaTeX makes it slightly harder, but a quick skimming of the existing C# spec seems to indicate that LaTeX might not even be needed) are that spec changes can be submitted and reviewed as pull requests just like code, and they can be taken directly from proposals, because those are already written in Markdown anyway.

from roslyn.

MadsTorgersen avatar MadsTorgersen commented on August 26, 2024

Long term we are merging the Microsoft C# spec with the ECMA Standard, which is provided in PDF.

from roslyn.

Related Issues (20)

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.