Harshad pointed out the directory is
https://git-wip-us.apache.org/repos/asf?p=incubator-quickstep-site.git

He found it by modifying the address found in
https://cwiki.apache.org/confluence/display/QUICKSTEP/Workflow+For+Committers

On Tue, Dec 13, 2016 at 10:02 AM, Marc Spehlmann <spehl.apa...@gmail.com>
wrote:

> Thanks for looking into that! I actually took the majority of the written
> content from the old website and converted it into markdown to create the
> content for the new site, so I think we can keep the structure as Jekyll
> has automatically made it. Once we get some more posts, we might want to
> move to a separate /blog directory for the posts and have it paginate the
> blog index- that's not too hard to do, but unneeded right now.
>
> One question about the quickstep-site repo...
>
> Any idea how to get access? Or will I need to submit a pull request?
>
> cramja@wifi-780 ~/workspace/incubator-quickstep-site $ git remote -v
> origin https://github.com/cramja/incubator-quickstep-site.git (fetch)
> origin https://github.com/cramja/incubator-quickstep-site.git (push)
> source https://github.com/apache/incubator-quickstep-site (fetch)
> source https://github.com/apache/incubator-quickstep-site (push)
> cramja@wifi-780 ~/workspace/incubator-quickstep-site $ git push source
> remote: Permission to apache/incubator-quickstep-site.git denied to
> cramja.
> fatal: unable to access 'https://github.com/apache/
> incubator-quickstep-site/': The requested URL returned error: 403
>
> On Mon, Dec 12, 2016 at 5:24 PM, Roman Shaposhnik <ro...@shaposhnik.org>
> wrote:
>
>> Yes. But note you have to push to a branch called asf-site.
>>
>> Thanks,
>> Roman.
>>
>> On Mon, Dec 12, 2016 at 1:14 PM, Julian Hyde <jh...@apache.org> wrote:
>> > INFRA tell me that Quickstep is already using gitpubsub. So, if you
>> push to https://github.com/apache/incubator-quickstep-site <
>> https://github.com/apache/incubator-quickstep-site> it will
>> automatically appear at http://quickstep.apache.org/ <
>> http://quickstep.apache.org/>.
>> >
>> > I think you should consider merging the content you just created into
>> that site (maybe under http://quickstep.apache.org/blog <
>> http://quickstep.apache.org/blog> ?), and them turn off apache.github.io.
>> I can help with the Jekyll if you can’t figure it out.
>> >
>> > Julian
>> >
>> >
>> >
>> >> On Dec 12, 2016, at 10:58 AM, Julian Hyde <jh...@apache.org> wrote:
>> >>
>> >> I got part way through the process and logged
>> https://issues.apache.org/jira/browse/INFRA-13079 <
>> https://issues.apache.org/jira/browse/INFRA-13079> for the rest. Please
>> watch that case if you want to be updated.
>> >>
>> >>> On Dec 12, 2016, at 10:38 AM, Julian Hyde <jh...@apache.org <mailto:
>> jh...@apache.org>> wrote:
>> >>>
>> >>> The SVN URL should be https://svn.apache.org/repos/a
>> sf/incubator/quickstep/site/ <https://svn.apache.org/repos/
>> asf/incubator/quickstep/site/> (see for instance
>> https://svn.apache.org/repos/asf/incubator/tephra/site/ <
>> https://svn.apache.org/repos/asf/incubator/tephra/site/>) but doesn’t
>> exist currently.
>> >>>
>> >>> Per http://incubator.apache.org/guides/mentor.html#Set+Up+SVN+Re
>> pository <http://incubator.apache.org/guides/mentor.html#Set+Up+SVN+R
>> epository> I think this means I need to create the repository and
>> authorize committers. (Don’t worry, Quickstep will continue to use git for
>> its source code, and for the source of the web site; SVN is just for the
>> generated web site.)
>> >>>
>> >>> And I think we need to tell INFRA to enable svnpubsub. I don’t recall
>> how to do that, and I can’t find online doc. Any mentors know?
>> >>>
>> >>> Julian
>> >>>
>> >>>
>> >>>> On Dec 12, 2016, at 9:56 AM, Marc Spehlmann <spehl.apa...@gmail.com
>> <mailto:spehl.apa...@gmail.com>> wrote:
>> >>>>
>> >>>> SVN pubsub sounds simple enough... but I cannot seem to find the url
>> for
>> >>>> quickstep.
>> >>>>
>> >>>> I tried
>> >>>> svn co https://svn.apache.org/repos/asf/quickstep <
>> https://svn.apache.org/repos/asf/quickstep> target
>> >>>> svn co https://svn.apache.org/repos/asf/quickstep <
>> https://svn.apache.org/repos/asf/quickstep> target
>> >>>> svn co https://svn.apache.org/repos/asf/incubator-quickstep <
>> https://svn.apache.org/repos/asf/incubator-quickstep> target
>> >>>> svn co https://svn.apache.org/repos/asf/incubator-quickstep/site <
>> https://svn.apache.org/repos/asf/incubator-quickstep/site> target
>> >>>> __
>> >>>> svn: E170000: URL 'https://svn.apache.org/[ <
>> https://svn.apache.org/[>...]' doesn't exist
>> >>>>
>> >>>> On Mon, Dec 12, 2016 at 9:41 AM, Jignesh Patel <
>> jmp.quicks...@gmail.com <mailto:jmp.quicks...@gmail.com>>
>> >>>> wrote:
>> >>>>
>> >>>>> Nice. Thanks Marc!
>> >>>>>
>> >>>>> On 12/11/16, 11:54 AM, "Marc Spehlmann" <spehl.apa...@gmail.com
>> <mailto:spehl.apa...@gmail.com>> wrote:
>> >>>>>
>> >>>>>    Hey, we have a jekyll blog and a first blog article now! It can
>> be
>> >>>>> viewed
>> >>>>>
>> >>>>>    here http://apache.github.io/incubator-quickstep/ <
>> http://apache.github.io/incubator-quickstep/>
>> >>>>>
>> >>>>>    It's a page automatically generated by github. We can probably
>> change
>> >>>>> the
>> >>>>>    URL somehow, not sure off hand though.
>> >>>>>
>> >>>>>    Editting instructions are included in the readme here
>> >>>>>
>> >>>>>    https://github.com/apache/incubator-quickstep/tree/gh-pages <
>> https://github.com/apache/incubator-quickstep/tree/gh-pages>
>> >>>>>
>> >>>>>    If anyone wants to touch up the css or layout, have at it. I'm
>> no web
>> >>>>>    design expert, I rely on the pre-built themes.
>> >>>>>
>> >>>>>    Anyone can write a post, all you need to know is markdown.
>> >>>>>
>> >>>>>    Happy blogging!
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>
>> >>
>> >
>>
>
>

Reply via email to