Project

General

Profile

Design/UX #3064 » Group-Shortlink-Mapping-Explanation.html

Chris Stein, 2014-03-28 09:41 PM

 
1
<!-- 
2
==================================
3
Instructions for Customizing the Group URL
4
==================================
5

    
6
 -->
7

    
8

    
9
<div id="group-shortlink">
10
	<h3>CUNY.IS shortlink</h3>
11
    <p>A shortlink is a short, easy to remember link you can give to people. When they visit the link they will be automatically redirected to the actual url of your group. All cuny.is shortlinks start with cuny.is. For example the shortlink for your group site might be <code>http://cuny.is/groupname</code> while the actual url would be something like: <code>http://commons.gc.cuny.edu/groups/groupname</code></p>
12
    <p>To get a custom shortlink send us an email at commons@gc.cuny.edu containing the actual url of your group and the proposed shortlink.</p>
13
</div>
14

    
15

    
16

    
17

    
18
<!-- 
19
==================================
20
Instructions for Customizing the Blog URL
21
==================================
22

    
23
There are some things that need to be fixed in the CSS. The list isn't showing properly because of this universal reset in the custom.css on line 4
24
* {
25
margin: 0;
26
padding: 0;
27
}
28

    
29
and no subsequent styling for lists.
30

    
31
There should also be some more space added to the top to separate it from the previous section 
32
-->
33

    
34

    
35

    
36
  <div id="site-link-customization">
37
    <h3>Blog URL Customization</h3>
38
    <p>There are two ways you can customize the URL for your Group's Blog. They can be used separately or together.</p>
39
    <ol>
40
    	<li>Get a http://cuny.is/ shortlink</li>
41
    	<li>Map a domain name to the blog</li>
42
    </ol>
43
    
44
    <h4>CUNY.IS shortlink</h4>
45
    <p>In the same way you can get a shortlink for your group's page, you can also get a shortlink for your group's blog. For example the shortlink for your group's blog might be http://cuny.is/blogname while the actual url (the Address you chose above) would be something like: http://blogname.commons.gc.cuny.edu.</p>
46
    <p>To get a custom shortlink send us an email at commons@gc.cuny.edu containing the actual Address of your group's blog and the proposed shortlink.</p>
47

    
48
    <h4>Map a Domain Name to the Blog</h4>
49
    <p>To fully customize the URL for your group's blog you can go out and buy a domain name. The Commons team can then assist you with mapping that domain name to your group blog. For example The CUNY Games Network purchased <a href="http://cunygames.org">http://cunygames.org</a> and then had that domain map to their group blog which is at <a href="http://gamesfest.commons.gc.cuny.edu/">http://gamesfest.commons.gc.cuny.edu/</a>. If you follow the cunygames.org link you will see you end up at the gamesfest.commons.gc.cuny.edu site.</p>
50

    
51
    <p>If you're interested in this, visit the <a href="http://codex.commons.gc.cuny.edu/domain-mapping-commons/">Domain Mapping Codex page</a> where you can find out more about it and fill out a request form if you have a domain to map.</p>
52

    
53

    
54

    
55
  </div>
56
  
(2-2/2)